home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- quit()
- end
-
- on wait wichtime
- set timedeb to the timer
- repeat while (the timer - timedeb) < (wichtime * 60)
- if the mouseDown then
- quit()
- end if
- end repeat
- end
-
- on startMovie
- cursor(200)
- preLoadCast(1)
- end
-
- on idle
- if not soundBusy(1) then
- sound playFile 1, "GENERIQ"
- end if
- end
-